From 64163f05062a7f5f4be76d0794f329ab31942fec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Fri, 22 Apr 2011 11:20:28 +0000 Subject: [PATCH] Add docs --- includes/GlobalFunctions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 02c793e58a..d9db140eab 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -3254,6 +3254,8 @@ function wfStripIllegalFilenameChars( $name ) { * @param $array Array: The array. * @param $insert Array: The array to insert. * @param $after Mixed: The key to insert after + * @return Array + * @since 1.16 */ function wfArrayInsertAfter( $array, $insert, $after ) { // Find the offset of the element to insert after. -- 2.20.1